Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(components): exclude app-header components #2733

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aklkv
Copy link
Collaborator

@aklkv aklkv commented Feb 28, 2025

📌 Summary

Since this components were excluded from appReexport it actually confuses embroider/vite and breaks the build. We can either exclude them completely including disabling some parts of showcase or we keep them in the appReexport

🛠️ Detailed description

📸 Screenshots

🔗 External links

Jira ticket: HDS-XXX
Figma file: [if it applies]


👀 Component checklist

💬 Please consider using conventional comments when reviewing this PR.

@aklkv aklkv self-assigned this Feb 28, 2025
@aklkv aklkv requested a review from a team as a code owner February 28, 2025 09:54
Copy link

vercel bot commented Feb 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
hds-showcase ✅ Ready (Inspect) Visit Preview Mar 7, 2025 10:25am
hds-website ✅ Ready (Inspect) Visit Preview Mar 7, 2025 10:25am

@aklkv aklkv changed the base branch from main to feat/ensure-safe-component February 28, 2025 09:58
@aklkv aklkv force-pushed the feat/ensure-safe-component branch from 6307b8a to c67f6dc Compare March 6, 2025 21:53
Base automatically changed from feat/ensure-safe-component to main March 7, 2025 10:19
Copy link
Member

@alex-ju alex-ju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change makes sense to me. However, we'd need to work around a mock component that uses these exports to emulate a full-page layout. The Mock::App::Header component itself is not being used right now, so it can be commented out, but the imported type implications may cascade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants